home *** CD-ROM | disk | FTP | other *** search
- 14 dict begin
- /FontInfo 8 dict dup begin
- /FullName (%s) def
- /FamilyName (%s) def
- /Weight (%s) def
- /ItalicAngle %d def
- /isFixedPitch %s def
- /UnderlinePosition %d def
- /UnderlineThickness %d def
- end def
- /FontName /%s def
- /PaintType %d def
- /FontType %d def
- /FontMatrix [%d %d div %d %d %d %d div %d %d] def
- /_FEbuf 2 string def
- /_FEglyph (G ) def
- /_FE {
- 1 exch {
- dup
- 16 _FEbuf cvrs _FEglyph exch 1 exch putinterval 1 index exch _FEglyph
- cvn put
- } for
- } def
- /Encoding 256 array
- 0 1 255 { 1 index exch /.notdef put } for
- %d %d _FE
- def
- /FontBBox { %d %d %d %d } def
- currentdict end
- currentfile eexec
-